auto merge of #513 : bkoropoff/cargo/revert-static, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 7 Sep 2014 18:58:58 +0000 (18:58 +0000)
committerbors <bors@rust-lang.org>
Sun, 7 Sep 2014 18:58:58 +0000 (18:58 +0000)
This reverts a commit that worked around an overly restrictive lifetime bound on the `Writer` impl for `Box<Writer>` in libstd.  Now that this restriction has been lifted, the workaround can be reverted.


Trivial merge